home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / Toolbox / Modeless Dialog Sample / README < prev    next >
Encoding:
Text File  |  1994-02-23  |  593 b   |  15 lines  |  [TEXT/MPS ]

  1. ModelessSample - a sample application showing how to implement a 
  2. modeless dialog with a couple of controls.
  3.  
  4. Compiles with the PowerPC Universal interfaces for both 68K and 
  5. PowerPC applications, which you can get from a Developer CD or AppleLink.
  6.  
  7. In order to build this sample under MPW, you need to define PPCCincludes 
  8. to point to the folder containing the Universal interfaces.  And
  9. don't forget to drop the CodeFragmentTypes.r into your RIncludes
  10. directory, or Rez won't know what to do with 'cfrg's for PowerPC builds.
  11.  
  12. Nitin Ganatra, 
  13. Apple Developer Technical Support
  14. February 1994.
  15.